home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 18 / FreelogHS18.iso / Editeur texte / Keynote / kntsetup.exe / {app} / keynote.exe / 0 / RCDATA / TFORM_MAIL / TFORM_MAIL.txt
Text File  |  2003-11-13  |  8KB  |  337 lines

  1. object Form_Mail: TForm_Mail
  2.   Left = 394
  3.   Top = 262
  4.   HelpContext = 510
  5.   BorderStyle = bsDialog
  6.   Caption = 'Send note via E-mail'
  7.   ClientHeight = 297
  8.   ClientWidth = 507
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnKeyDown = FormKeyDown
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label_Status: TLabel
  24.     Left = 25
  25.     Top = 245
  26.     Width = 48
  27.     Height = 16
  28.     Caption = 'Ready.'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clHighlight
  31.     Font.Height = -13
  32.     Font.Name = 'Courier New'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.   end
  36.   object Button_OK: TButton
  37.     Left = 20
  38.     Top = 265
  39.     Width = 75
  40.     Height = 25
  41.     Hint = 'Accept settings and send note'
  42.     Caption = '&E-mail note'
  43.     Default = True
  44.     TabOrder = 0
  45.     OnClick = Button_OKClick
  46.   end
  47.   object Button_Cancel: TButton
  48.     Left = 105
  49.     Top = 265
  50.     Width = 75
  51.     Height = 25
  52.     Hint = 'Close dialog box without sending email'
  53.     Caption = 'Cancel'
  54.     TabOrder = 1
  55.     OnClick = Button_CancelClick
  56.   end
  57.   object Pages: TPageControl
  58.     Left = 5
  59.     Top = 5
  60.     Width = 496
  61.     Height = 231
  62.     ActivePage = Tab_Send
  63.     TabOrder = 2
  64.     object Tab_Send: TTabSheet
  65.       Caption = 'Message settings'
  66.       object GroupBox_Source: TGroupBox
  67.         Left = 5
  68.         Top = 0
  69.         Width = 256
  70.         Height = 91
  71.         Caption = ' What to send? '
  72.         TabOrder = 0
  73.         object RB_Current: TRadioButton
  74.           Left = 15
  75.           Top = 20
  76.           Width = 231
  77.           Height = 17
  78.           Hint = 'Email only currently active note'
  79.           Caption = '&Current note'
  80.           Checked = True
  81.           TabOrder = 0
  82.           TabStop = True
  83.         end
  84.         object RB_All: TRadioButton
  85.           Left = 15
  86.           Top = 40
  87.           Width = 151
  88.           Height = 17
  89.           Hint = 'Email ALL notes in currently open file'
  90.           Caption = '&All notes'
  91.           TabOrder = 1
  92.         end
  93.         object RB_File: TRadioButton
  94.           Left = 15
  95.           Top = 60
  96.           Width = 221
  97.           Height = 17
  98.           Hint = 'Email the whole KeyNote file'
  99.           Caption = '&Whole file (recipient must have KeyNote)'
  100.           TabOrder = 2
  101.         end
  102.       end
  103.       object GroupBox1: TGroupBox
  104.         Left = 270
  105.         Top = 0
  106.         Width = 211
  107.         Height = 91
  108.         Caption = ' Format '
  109.         TabOrder = 1
  110.         object Label7: TLabel
  111.           Left = 10
  112.           Top = 65
  113.           Width = 52
  114.           Height = 13
  115.           Caption = 'C&odepage:'
  116.           FocusControl = Combo_Charset
  117.         end
  118.         object RB_PlainText: TRadioButton
  119.           Left = 10
  120.           Top = 15
  121.           Width = 113
  122.           Height = 17
  123.           Hint = 'Send note text without RTF formatting'
  124.           Caption = 'As &plain text (inline)'
  125.           Checked = True
  126.           TabOrder = 0
  127.           TabStop = True
  128.         end
  129.         object RB_RTF: TRadioButton
  130.           Left = 10
  131.           Top = 35
  132.           Width = 131
  133.           Height = 17
  134.           Hint = 'Send formatted text as an RTF file'
  135.           Caption = 'As &RTF (attachment)'
  136.           TabOrder = 1
  137.         end
  138.         object Combo_Charset: TComboBox
  139.           Left = 70
  140.           Top = 60
  141.           Width = 126
  142.           Height = 21
  143.           Hint = 'Codepage (KeyNote performs NO conversion)'
  144.           ItemHeight = 13
  145.           Items.Strings = (
  146.             'ISO-8859-1'
  147.             'ISO-8859-2'
  148.             'ISO-8859-5'
  149.             'ISO-8859-9'
  150.             'Windows-1250'
  151.             'Windows-1251'
  152.             'Windows-1253')
  153.           TabOrder = 2
  154.         end
  155.       end
  156.       object GroupBox2: TGroupBox
  157.         Left = 5
  158.         Top = 95
  159.         Width = 476
  160.         Height = 101
  161.         Caption = ' Message information '
  162.         TabOrder = 2
  163.         object Label1: TLabel
  164.           Left = 15
  165.           Top = 25
  166.           Width = 16
  167.           Height = 13
  168.           Caption = '&To:'
  169.           FocusControl = Combo_TO
  170.         end
  171.         object Label2: TLabel
  172.           Left = 15
  173.           Top = 75
  174.           Width = 39
  175.           Height = 13
  176.           Caption = '&Subject:'
  177.           FocusControl = Edit_Subject
  178.         end
  179.         object Label3: TLabel
  180.           Left = 15
  181.           Top = 50
  182.           Width = 16
  183.           Height = 13
  184.           Caption = '&Cc:'
  185.           FocusControl = Combo_CC
  186.         end
  187.         object Combo_TO: TComboBox
  188.           Left = 60
  189.           Top = 20
  190.           Width = 401
  191.           Height = 21
  192.           Hint = 'Enter recipient'#39's address, or select from list'
  193.           ItemHeight = 13
  194.           TabOrder = 0
  195.         end
  196.         object Edit_Subject: TEdit
  197.           Left = 60
  198.           Top = 70
  199.           Width = 401
  200.           Height = 21
  201.           Hint = 'Enter the Subject line for the mail message'
  202.           TabOrder = 2
  203.         end
  204.         object Combo_CC: TComboBox
  205.           Left = 60
  206.           Top = 45
  207.           Width = 401
  208.           Height = 21
  209.           Hint = 'Enter additional address(es), or select from list'
  210.           ItemHeight = 13
  211.           TabOrder = 1
  212.         end
  213.       end
  214.     end
  215.     object Tab_SMTP: TTabSheet
  216.       Caption = 'SMTP server settings'
  217.       object GroupBox3: TGroupBox
  218.         Left = 5
  219.         Top = 0
  220.         Width = 476
  221.         Height = 196
  222.         TabOrder = 0
  223.         object Label4: TLabel
  224.           Left = 15
  225.           Top = 20
  226.           Width = 65
  227.           Height = 13
  228.           Caption = '&SMTP server:'
  229.           FocusControl = Edit_SMTPServer
  230.         end
  231.         object Label5: TLabel
  232.           Left = 355
  233.           Top = 20
  234.           Width = 22
  235.           Height = 13
  236.           Caption = '&Port:'
  237.           FocusControl = Edit_Port
  238.         end
  239.         object Label6: TLabel
  240.           Left = 15
  241.           Top = 70
  242.           Width = 122
  243.           Height = 13
  244.           Caption = '&From (your email address):'
  245.           FocusControl = Edit_From
  246.         end
  247.         object Label8: TLabel
  248.           Left = 15
  249.           Top = 115
  250.           Width = 124
  251.           Height = 13
  252.           Caption = '&Text to place before notes'
  253.           FocusControl = Edit_FirstLine
  254.         end
  255.         object Edit_SMTPServer: TEdit
  256.           Left = 15
  257.           Top = 35
  258.           Width = 306
  259.           Height = 21
  260.           Hint = 'Name of email server used for dispatching messages'
  261.           MaxLength = 127
  262.           TabOrder = 0
  263.         end
  264.         object Edit_Port: TEdit
  265.           Left = 355
  266.           Top = 35
  267.           Width = 51
  268.           Height = 21
  269.           Hint = 'Mail server port number (or type "smtp")'
  270.           MaxLength = 5
  271.           TabOrder = 1
  272.         end
  273.         object Edit_From: TEdit
  274.           Left = 15
  275.           Top = 85
  276.           Width = 306
  277.           Height = 21
  278.           Hint = 'Your email address (The "From" field)'
  279.           MaxLength = 127
  280.           TabOrder = 2
  281.         end
  282.         object CheckBox_Log: TCheckBox
  283.           Left = 15
  284.           Top = 165
  285.           Width = 191
  286.           Height = 17
  287.           Hint = 'Keep a log of communication with SMTP server'
  288.           Caption = '&Log exchange with SMTP server'
  289.           TabOrder = 4
  290.         end
  291.         object Edit_FirstLine: TEdit
  292.           Left = 15
  293.           Top = 130
  294.           Width = 306
  295.           Height = 21
  296.           Hint = 'Optional text to be placed in the message before notes'
  297.           MaxLength = 127
  298.           TabOrder = 3
  299.         end
  300.       end
  301.     end
  302.   end
  303.   object Button_Help: TButton
  304.     Left = 190
  305.     Top = 265
  306.     Width = 75
  307.     Height = 25
  308.     Caption = '&Help'
  309.     TabOrder = 3
  310.     OnClick = Button_HelpClick
  311.   end
  312.   object SmtpCli: TSmtpCli
  313.     Tag = 0
  314.     Port = 'smtp'
  315.     CharSet = 'iso-8859-1'
  316.     ContentType = smtpPlainText
  317.     OnDisplay = SmtpCliDisplay
  318.     OnHeaderLine = SmtpCliHeaderLine
  319.     OnRequestDone = SmtpCliRequestDone
  320.     Left = 444
  321.     Top = 244
  322.   end
  323.   object GFLog: TGFLog
  324.     Active = True
  325.     MaxLines = 127
  326.     DateStamp = False
  327.     TimeStamp = True
  328.     UniqueFileName = False
  329.     AppendToFile = True
  330.     ShowErrors = True
  331.     DeactivateOnError = False
  332.     Separator = '----- LOG SESSION ENDS -----'
  333.     Left = 405
  334.     Top = 245
  335.   end
  336. end
  337.